home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / WordWorth3 / WwTools / CheckDisks < prev    next >
Text File  |  1994-10-20  |  2KB  |  67 lines

  1. failat 21
  2.  
  3. echo "Check Disk v1.1"
  4. echo "¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯"
  5. echo "This utility will check all of your Wordworth 3"
  6. echo "disks. You will need to run this program twice,"
  7. echo "once on your backup disks, and again on your"
  8. echo "master disks."
  9. echo "*nIf errors occur on your backup disks, make"
  10. echo "new backups using fresh disks. If errors occur"
  11. echo "on the master disks, send them back to Digita"
  12. echo "technical support with a covering letter and"
  13. echo "they will be exchanged."
  14.  
  15. ask "*n*nDo you wish to continue (y/n) ? "
  16. IF WARN
  17.     copy >NIL: checkdisk RAM:
  18.     copy >NIL: wait RAM:
  19.  
  20.     ask "*n*nPlease insert the disk labelled 'Ww3Install-1' into*nthe internal drive and press Return"
  21.     RAM:wait 6
  22.     RAM:checkdisk df0:
  23.     
  24.     ask "*n*nPlease insert the disk labelled 'Ww3Install-2' into*nthe internal drive and press Return"
  25.     RAM:wait 6
  26.     RAM:checkdisk df0:
  27.     
  28.     ask "*n*nPlease insert the disk labelled 'Ww3Install-3' into*nthe internal drive and press Return"
  29.     RAM:wait 6
  30.     RAM:checkdisk df0:
  31.     
  32.     ask "*n*nPlease insert the disk labelled 'Ww3Install-4' into*nthe internal drive and press Return"
  33.     RAM:wait 6
  34.     RAM:checkdisk df0:
  35.     
  36.     ask "*n*nPlease insert the disk labelled 'PrintManager' into*nthe internal drive and press Return"
  37.     RAM:wait 6
  38.     RAM:checkdisk df0:
  39.     
  40.   ask "*n*n*nDo you have the Reference Library disks (y/n) ? "
  41.   IF WARN
  42.         ask "*n*nPlease insert the disk labelled 'RefLibInstall-1' into*nthe internal drive and press Return"
  43.         RAM:wait 6
  44.         RAM:checkdisk df0:
  45.         
  46.         ask "*n*nPlease insert the disk labelled 'RefLibInstall-2' into*nthe internal drive and press Return"
  47.         RAM:wait 6
  48.         RAM:checkdisk df0:
  49.         
  50.         ask "*n*nPlease insert the disk labelled 'RefLibInstall-3' into*nthe internal drive and press Return"
  51.         RAM:wait 6
  52.         RAM:checkdisk df0:
  53.         
  54.         ask "*n*nPlease insert the disk labelled 'RefLibInstall-4' into*nthe internal drive and press Return"
  55.         RAM:wait 6
  56.         RAM:checkdisk df0:
  57.   ENDIF
  58.     
  59.     delete >NIL: RAM:checkdisk
  60.     delete >NIL: RAM:wait
  61.     echo "*n*nAll Finished..*n"
  62. ELSE
  63.   echo "*nUser Aborted...*n"
  64. ENDIF
  65.  
  66. ask "Press Return to exit"
  67.